April 5, 2023

Maven Family Leave Challenge

Full challenge details - Introducing the Maven Family Leave Challenge.
Link to GitHub repository, including data and final output.

1. Project Title
Family Leave policy review of more than 1600 organisations.

2. Problem
I am working as a Data Visualization Specialist at an online business journal for this challenge. I create charts, visuals, and infographics as supporting content for articles.

3. Data
This dataset contains 1 table in CSV format: Crowdsourced parental leave data from 1,601 companies across different industries, including paid/unpaid maternity and paternity leave weeks.

Data cleaning and transformation:
  • All N/A data (Not available) is assumed to be 0.
  • The Industry column is split into Industry and Sub-Industry using split column by delimiter function “: “.
  • Replace N/A with Other in the new Industry column.
  • Add columns: Total Paid Leave, Total Unpaid Leave, Total Leave.
  • Unpivot all Leave columns.

  • 4. Results
    Forethought:
    The challenge asks for a set of visualisations. Hence, I focus on creating complete visualisations without further filtering and interaction needed.

    The first chart looks at comparing Paid/Unpaid Maternity/Paternity leaves. On an average level, female staff have about three months of paid leave and another month of unpaid leave. However, male staff essentially receive no leave at all. I use Median numbers because, looking at the next two charts on the distribution of leave periods, the data is highly positively skewed.
    After an overview of the big picture, the next two charts identify the best and worst companies based on the period of leave provided. Grant Thorton stands out with 51 paid weeks for both parents. LAC Group and Flatiron Health each gives 32 and 30 paid weeks, respectively, for both maternity and paternity leaves. Several companies provide a generous 52-week paid leave but for female staff only.
    The final three charts compare data across industries to demonstrate how different industries stack up across different leave categories. The Philanthropy industry has decent period in both paid and unpaid leaves, whereas Legal is the worst performer in family inclusivity practice with on 7-week leave on average.
    5. Technical Details
    The visualisations were created in Power BI. The data was cleaned and transformed in the Power Query Editor.

    6. Challenges
    At first, I did have some challenges creating the bar charts because the legends and categories did not behave like my initial thought. After some digging, I discovered that unpivoting all the leave columns helped. This put the Leave categories into one column, making it easier to modify the charts.